\documentclass[11pt,a4paper,]{} \usepackage{lmodern} \usepackage{amssymb,amsmath} \usepackage{ifxetex,ifluatex} \usepackage{fixltx2e} % provides \textsubscript \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \else % if luatex or xelatex \usepackage{unicode-math} \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase} \fi % use upquote if available, for straight quotes in verbatim environments \IfFileExists{upquote.sty}{\usepackage{upquote}}{} % use microtype if available \IfFileExists{microtype.sty}{% \usepackage[]{microtype} \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts }{} \PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref \usepackage[unicode=true]{hyperref} \hypersetup{ pdfborder={0 0 0}, breaklinks=true} \urlstyle{same} % don't use monospace font for urls \usepackage{geometry} \geometry{a4paper, centering, text={16cm,24cm}} \IfFileExists{parskip.sty}{% \usepackage{parskip} }{% else \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} } \setlength{\emergencystretch}{3em} % prevent overfull lines \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{0} % set default figure placement to htbp \makeatletter \def\fps@figure{htbp} \makeatother \title{Report: Australian Census Data} \providecommand{\subtitle}[1]{} \subtitle{ETC5513 Assignment 4: Star Wars} %% MONASH STUFF %% CAPTIONS \RequirePackage{caption} \DeclareCaptionStyle{italic}[justification=centering] {labelfont={bf},textfont={it},labelsep=colon} \captionsetup[figure]{style=italic,format=hang,singlelinecheck=true} \captionsetup[table]{style=italic,format=hang,singlelinecheck=true} %% FONT \RequirePackage{bera} \RequirePackage[charter,expert,sfscaled]{mathdesign} \RequirePackage{fontawesome} %% HEADERS AND FOOTERS \RequirePackage{fancyhdr} \pagestyle{fancy} \rfoot{\Large\sffamily\raisebox{-0.1cm}{\textbf{\thepage}}} \makeatletter \lhead{\textsf{\expandafter{\@title}}} \makeatother \rhead{} \cfoot{} \setlength{\headheight}{15pt} \renewcommand{\headrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt} \fancypagestyle{plain}{% \fancyhf{} % clear all header and footer fields \fancyfoot[C]{\sffamily\thepage} % except the center \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt}} %% MATHS \RequirePackage{bm,amsmath} \allowdisplaybreaks %% GRAPHICS \RequirePackage{graphicx} \setcounter{topnumber}{2} \setcounter{bottomnumber}{2} \setcounter{totalnumber}{4} \renewcommand{\topfraction}{0.85} \renewcommand{\bottomfraction}{0.85} \renewcommand{\textfraction}{0.15} \renewcommand{\floatpagefraction}{0.8} %\RequirePackage[section]{placeins} %% SECTION TITLES %% SECTION TITLES (NEW: Changing sections and subsections color) \RequirePackage[compact,sf,bf]{titlesec} \titleformat*{\section}{\Large\sf\bfseries\color[rgb]{0.8, 0.7, 0.1 }} \titleformat*{\subsection}{\large\sf\bfseries\color[rgb]{0.8, 0.7, 0.1 }} \titleformat*{\subsubsection}{\sf\bfseries\color[rgb]{0.8, 0.7, 0.1 }} \titlespacing{\section}{0pt}{2ex}{.5ex} \titlespacing{\subsection}{0pt}{1.5ex}{0ex} \titlespacing{\subsubsection}{0pt}{.5ex}{0ex} %% TITLE PAGE \def\Date{\number\day} \def\Month{\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi} \def\Year{\number\year} %% LINE AND PAGE BREAKING \sloppy \clubpenalty = 10000 \widowpenalty = 10000 \brokenpenalty = 10000 \RequirePackage{microtype} %% PARAGRAPH BREAKS \setlength{\parskip}{1.4ex} \setlength{\parindent}{0em} %% HYPERLINKS \RequirePackage{xcolor} % Needed for links \definecolor{darkblue}{rgb}{0,0,.6} \RequirePackage{url} \makeatletter \@ifpackageloaded{hyperref}{}{\RequirePackage{hyperref}} \makeatother \hypersetup{ citecolor=0 0 0, breaklinks=true, bookmarksopen=true, bookmarksnumbered=true, linkcolor=darkblue, urlcolor=blue, citecolor=darkblue, colorlinks=true} \usepackage[showonlyrefs]{mathtools} \usepackage[no-weekday]{eukdate} %% BIBLIOGRAPHY \makeatletter \@ifpackageloaded{biblatex}{}{\usepackage[style=authoryear-comp, backend=biber, natbib=true]{biblatex}} \makeatother \ExecuteBibliographyOptions{bibencoding=utf8,minnames=1,maxnames=3, maxbibnames=99,dashed=false,terseinits=true,giveninits=true,uniquename=false,uniquelist=false,doi=false, isbn=false,url=true,sortcites=false} \DeclareFieldFormat{url}{\texttt{\url{#1}}} \DeclareFieldFormat[article]{pages}{#1} \DeclareFieldFormat[inproceedings]{pages}{\lowercase{pp.}#1} \DeclareFieldFormat[incollection]{pages}{\lowercase{pp.}#1} \DeclareFieldFormat[article]{volume}{\mkbibbold{#1}} \DeclareFieldFormat[article]{number}{\mkbibparens{#1}} \DeclareFieldFormat[article]{title}{\MakeCapital{#1}} \DeclareFieldFormat[article]{url}{} %\DeclareFieldFormat[book]{url}{} %\DeclareFieldFormat[inbook]{url}{} %\DeclareFieldFormat[incollection]{url}{} %\DeclareFieldFormat[inproceedings]{url}{} \DeclareFieldFormat[inproceedings]{title}{#1} \DeclareFieldFormat{shorthandwidth}{#1} %\DeclareFieldFormat{extrayear}{} % No dot before number of articles \usepackage{xpatch} \xpatchbibmacro{volume+number+eid}{\setunit*{\adddot}}{}{}{} % Remove In: for an article. \renewbibmacro{in:}{% \ifentrytype{article}{}{% \printtext{\bibstring{in}\intitlepunct}}} \AtEveryBibitem{\clearfield{month}} \AtEveryCitekey{\clearfield{month}} \makeatletter \DeclareDelimFormat[cbx@textcite]{nameyeardelim}{\addspace} \makeatother \author{\sf\Large\textbf{ Mohammed Faizan}\\ {\sf\large MBAt\\[0.5cm]} \sf\Large\textbf{ Adarsh More}\\ {\sf\large MBAt\\[0.5cm]} \sf\Large\textbf{ Yanhui LI}\\ {\sf\large MBAt\\[0.5cm]}} \date{\sf\Date~\Month~\Year} \makeatletter \lfoot{\sf Faizan, More, LI: \@date} \makeatother %%%% PAGE STYLE FOR FRONT PAGE OF REPORTS \makeatletter \def\organization#1{\gdef\@organization{#1}} \def\telephone#1{\gdef\@telephone{#1}} \def\email#1{\gdef\@email{#1}} \makeatother \organization{Monash University} \def\name{Our consultancy - Star WarsMohammed Faizan &Adarsh More&Yanhui LI} \telephone{(03) 9905 2478} \email{questions@company.com} %NEW: New email addresss \def\webaddress{\url{http://company.com/stats/consulting/}} %NEW: URl \def\abn{12 377 614 630} % NEW: ABN \def\logo{\includegraphics[width=6cm]{Figures/logo}} %NEW: Changing logo \def\extraspace{\vspace*{1.6cm}} \makeatletter \def\contactdetails{\faicon{phone} & \@telephone \\ \faicon{envelope} & \@email} \makeatother %%%% FRONT PAGE OF REPORTS \def\reporttype{Report for} \long\def\front#1#2#3{ \newpage \begin{singlespacing} \thispagestyle{empty} \vspace*{-1.4cm} \hspace*{-1.4cm} \hbox to 16cm{ \hbox to 6.5cm{\vbox to 14cm{\vbox to 25cm{ \logo \vfill \parbox{6.3cm}{\raggedright \sf\color[rgb]{0.8, 0.7, 0.1 } % NEW color {\large\textbf{\name}}\par \vspace{.7cm} \tabcolsep=0.12cm\sf\small \begin{tabular}{@{}ll@{}}\contactdetails \end{tabular} \vspace*{0.3cm}\par ABN: \abn\par } }\vss}\hss} \hspace*{0.2cm} \hbox to 1cm{\vbox to 14cm{\rule{4pt}{26.8cm}\vss}\hss\hfill} %NEW: Thicker line \hbox to 10cm{\vbox to 14cm{\vbox to 25cm{ \vspace*{3cm}\sf\raggedright \parbox{11cm}{\sf\raggedright\baselineskip=1.2cm \fontsize{24.88}{30}\color[rgb]{0, 0.29, 0.55}\sf\textbf{#1}} % NEW: title color blue \par \vfill \large \vbox{\parskip=0.8cm #2}\par \vspace*{2cm}\par \reporttype\\[0.3cm] \hbox{#3}%\\[2cm]\ \vspace*{1cm} {\large\sf\textbf{\Date~\Month~\Year}} }\vss} }} \end{singlespacing} \newpage } \makeatletter \def\titlepage{\front{\expandafter{\@title}}{\@author}{\@organization}} \makeatother \usepackage{setspace} \setstretch{1.5} \begin{document} \titlepage
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
(#fig:edu_gender)Education level count by gender
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
Figure 1: Population distribution of education level
Figure 2: Best education level of each region
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
Figure 3: Population distribution of field
Figure 4: Best field of each region
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
## Joining, by = "SA4_CODE_2016"
## `summarise()` has grouped output by 'industry'. You can override using the `.groups` argument.
## Joining, by = c("node", "category")
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
## Joining, by = c("node", "category")
Figure 5: Spatial Industry Distribution
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
## `summarise()` has grouped output by 'occupation'. You can override using the `.groups` argument.
## Joining, by = c("node", "category")
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
## Joining, by = c("node", "category")
Figure 6: Spatial Industry Distribution
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## .default = col_double()
## )
## ℹ Use `spec()` for the full column specifications.
## # A tibble: 1 x 1
## hr_min
## <dbl>
## 1 157320
## # A tibble: 1 x 1
## hr_max
## <dbl>
## 1 121600
It can be observed from fig @ref(fig:hr_plots) that overall females worked more than men. However, as the number of work-hours increased men have worked more than women.
It can be observed from fig @ref(fig:ind_hrs) that industries like health care, education and training, construction and Professional and technical services have more working population as the working hours increased. Mining, electricity, gas, water and agriculture forestry and fishing showed low working population irrespective of work hours.
## # A tibble: 1 x 1
## hrs_min
## <dbl>
## 1 70794
## # A tibble: 1 x 1
## hrs_max
## <dbl>
## 1 54720
It can be observed from fig @ref(fig:hrs_plots) that overall females worked more than men at all occupations. Although, for maximum hours worked, as number of working-hours increased, the number of men and women remained the same.
## `summarise()` has grouped output by 'SA4_CODE_2016'. You can override using the `.groups` argument.
It can be observed from fig ?? tha the most number of employees in the SA4 regions are employed in the occupations of Professionals, Managers and Technicians and trade workers. Professionals accounted for highest number of employees for region 206, while machinery operators and drivers accounted for the least number of employees for region 213 respectively.
\end{document}